[IA64] Remove verbosity from xen_pm_power_off
authorawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Sun, 4 Feb 2007 19:18:48 +0000 (12:18 -0700)
committerawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Sun, 4 Feb 2007 19:18:48 +0000 (12:18 -0700)
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
linux-2.6-xen-sparse/arch/ia64/kernel/setup.c

index f3ad6143dcf6cb74790c1a6dc988a36a69f339c8..1fd352463c9faffb0042d5928d571da580439794 100644 (file)
@@ -99,7 +99,6 @@ static struct notifier_block xen_panic_block = {
 
 void xen_pm_power_off(void)
 {
-       printk("%s called\n", __FUNCTION__);
        local_irq_disable();
        HYPERVISOR_shutdown(SHUTDOWN_poweroff);
 }